home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / f90 / achar.z / achar
Encoding:
Text File  |  2002-10-03  |  1.3 KB  |  41 lines

  1. ACHAR(3I)                                             Last changed: 4-13-99
  2.  
  3.  
  4. NNAAMMEE
  5.      AACCHHAARR - Returns the character in a specified position of the ASCII
  6.      collating sequence
  7.  
  8. SSYYNNOOPPSSIISS
  9.      AACCHHAARR (([II==]_i))
  10.  
  11. IIMMPPLLEEMMEENNTTAATTIIOONN
  12.      UNICOS, UNICOS/mk, IRIX systems
  13.  
  14.      CF90, MIPSpro 7 Fortran 90
  15.  
  16. SSTTAANNDDAARRDDSS
  17.      Fortran
  18.  
  19. DDEESSCCRRIIPPTTIIOONN
  20.      The AACCHHAARR intrinsic function returns the character in a specified
  21.      position of the ASCII collating sequence.  It accepts the following
  22.      argument:
  23.  
  24.      _i         Must be of type integer
  25.  
  26.      AACCHHAARR is an elemental function.  The name of this intrinsic cannot be
  27.      passed as an argument.
  28.  
  29. RREETTUURRNN VVAALLUUEESS
  30.      The result is a character of length 1.  If _i has a value in the range
  31.      0 <= _i <= 127, the result is the character in position _i of the ASCII
  32.      collating sequence.  AACCHHAARR (IIAACCHHAARR (_c)) has the value _c for any
  33.      character _c capable of representation.
  34.  
  35. EEXXAAMMPPLLEESS
  36.      AACCHHAARR((8888)) has the value ''XX''.
  37.  
  38. SSEEEE AALLSSOO
  39.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
  40.      man page.
  41.